home *** CD-ROM | disk | FTP | other *** search
/ Micromanía: 150 Juegos 2010 / 150Juegos_16.iso / Shareware / Shape Smash / shape-smash.swf / scripts / Box2D / Collision / _lh680.as < prev    next >
Encoding:
Text File  |  2010-05-14  |  734 b   |  37 lines

  1. package Box2D.Collision
  2. {
  3.    import Box2D.Collision.Shapes._hx306;
  4.    import Box2D.Common.Math.b2Vec2;
  5.    
  6.    public class _lh680
  7.    {
  8.       public var separation:Number;
  9.       
  10.       public var normal:b2Vec2;
  11.       
  12.       public var position:b2Vec2;
  13.       
  14.       public var restitution:Number;
  15.       
  16.       public var shape1:_hx306;
  17.       
  18.       public var shape2:_hx306;
  19.       
  20.       public var id:_cr366;
  21.       
  22.       public var friction:Number;
  23.       
  24.       public var velocity:b2Vec2;
  25.       
  26.       public function _lh680()
  27.       {
  28.          position = new b2Vec2();
  29.          velocity = new b2Vec2();
  30.          normal = new b2Vec2();
  31.          id = new _cr366();
  32.          super();
  33.       }
  34.    }
  35. }
  36.  
  37.